home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / prog / mac / snak / snak.hqx / Snak 2.0.2 / Snak Manual.rsrc / TEXT_143.txt < prev    next >
Text File  |  1999-02-14  |  6KB  |  172 lines

  1.       
  2.  
  3. Quick Reference
  4.  
  5. ADMIN          displays information about a server
  6.  
  7. ALIAS            defines a new alias/script that can be executed by
  8.                another script or by the user via the command line
  9.  
  10. ASSIGN    defines a variable that can be used by a script
  11.  
  12. AWAY             leaves a message saying you're not paying attention
  13.  
  14. BRACT            sends the action to all channels. The same as doing /me
  15.                                  in all channels
  16.  
  17. BROADCAST sends the text to all channels. The same as typing 
  18.                                     normally it in to all channels
  19.  
  20. CHANNEL   joins a particular channel  
  21.  
  22. CLEAR      clears the channel window
  23.  
  24. CTCP        performs certain client specific actions
  25.  
  26. DATE        shows server current date and time
  27.  
  28. DCC          handles direct connections to remote clients
  29.                                 Please see the "Using DCC" Chapter for further info
  30.  
  31. DESCRIBE  sends anything about you to a person or channel
  32.  
  33. DNS                    translates between IP addresses and DNS Names
  34.  
  35. FLUSH            Empties the output buffer. When you send many lines to 
  36.                                 the channel at once, the lines may be buffered to avoid
  37.                                 flooding yourself off. The buffering will send a line
  38.                                 every two seconds until the buffer is empty.
  39.  
  40. ECHO                Script command to output a message locally
  41.                             
  42. IGNORE     causes messages from specific people to be ignored
  43.                                 /ignore on its own causes the ignore list to be displayed
  44.                                 From the ignore list you can add, delete and edit Ignore
  45.                                 masks. The mask is a "filter" that determines what 
  46.                                 people are affected.
  47.                                 You can also add or delete ignore masks from the input
  48.                              field. To add an ignore use:
  49.                                 /ignore nick ALL/CTCP/MSGS/INVITES/NOTICES
  50.                                 To remove an ignore use /ignore nick -ALL
  51.                                     
  52.                                 The command supports nicknames and userhost.
  53.  
  54.                                 The easiest way to ignore someone is to drag their 
  55.                                 nickname from the userlist to the Ignore panel in 
  56.                                 the preferences window.
  57.  
  58. INVITE     invitate another user to join a channel - operator only
  59.                                 parameters:
  60.                                 <nick> [<channel>]
  61.  
  62.                                 use * or nothing for current channel
  63.  
  64. JOIN        joins a particular channel
  65.                                 parameters:
  66.                                 [-invite|<channel>[<key>]
  67.                                 To join multiple channels with one command, separate
  68.                                 channel names by comma. There may not be spaces in the                 
  69.                                 list. Use    -invite  to join the last channel you were
  70.                                 invited to
  71.  
  72. KICK        removes someone from the channel
  73.                                 Ops only
  74.  
  75. LEAVE      leave a channel
  76.                                 use * for current channel
  77.  
  78. LIST         lists channels, number of users, topic
  79.                                 Use the List Channels menu item in the File menu for 
  80.                                 best result
  81.  
  82. LOAD        loads a script file that is located in the Scripts folder
  83.                                 in your Snak folder
  84.  
  85. MODE        changes channel mode
  86.  
  87. MOTD        displays the server message-of-the-day
  88.  
  89. MSG          sends a private message
  90.  
  91. NICK         changes your nickname
  92.  
  93. NOTICE     sends a private message
  94.  
  95. NOTIFY      informs you of people logging in or out IRC
  96.                                 You can add users to the notify list by dragging users or
  97.                               text from the channel to the list.
  98.                                 
  99.                                 use /notify <nick> or /notify +<nick> to add a nick.
  100.                                 use /notify -nick, drag it to the trash or press delete to
  101.                               remove a nick from the list
  102.  
  103. OPER                used to obtain IRC operator privileges on a server
  104.                                 This will only work if you are authorized to access the
  105.                           server. Syntax is /oper nick password
  106.  
  107. OMSG                Sends a message to all ops on the channel
  108.  
  109. ONOTICE    Sends a notice to all ops on the channel
  110.  
  111. PART                leave a channel
  112.                                 use * for current channel
  113.  
  114. PING                 Used to find the response time (lag time) between you
  115.                                  and another nickname. Can also be used to ping an entire
  116.                                  channel by using the channel name as the parameter. Do
  117.                                  not overdo that. Many people find it offensive.
  118.  
  119. QUERY       starts a private conversation
  120.  
  121. QUIT         exits your IRC session
  122.  
  123. SAY                        script command to send some text to the channel
  124.                                     If you want to keep the message local , use the echo
  125.                                     command 
  126.  
  127. SERVER            allows you to change the server that you are currently 
  128.                                     connected to. You can specify a server name and port
  129.                                     number to connect to a server that is not listed in the
  130.                                     connection record. If there are multiple servers listed
  131.                                     in the connection you can also step through the servers
  132.                                     with /Server + and /Server -
  133.  
  134. STATS       shows some irc server usage statistics
  135.  
  136. TIME          shows server current date and time
  137.  
  138. TIMER                used to introduce a delay in a script. 
  139.  
  140.                                     /timer 5 /msg send this after 5 seconds
  141.                                     
  142.                                     This will send the message after 5 seconds
  143.  
  144. TOPIC        changes the topic of the channel
  145.  
  146. TRACE        shows the server connections of the given machine
  147.  
  148. TYPE                    sends a text file to the channel line by line
  149.                                     takes either a full path or no parameters.
  150.                                     If no parameters are given, then a file select dialog is             
  151.                                     opened.
  152.  
  153. USERS        prints users logged on the server machine
  154.  
  155. VERSION     shows client and server version number
  156.  
  157. WHO           gives a listing of users. Wildcards are supported.
  158.                                     Output goes to console window.
  159.                                     [-switch[<arg>]] [<wildcard expression>]
  160.  
  161.                                     switch can be "OPERATORS",  "LUSERS", "CHOPS", "HOST",                                
  162.                                     "HERE", "AWAY", "SERVER", "NAME, "NICK"                    
  163.  
  164.                                     /WHO *.dk will return a list of all Danish users.
  165.                                     If the user has a "+i" (invisible) flag set, he/she will
  166.                                   not be listed.
  167.                                     
  168.  
  169. WHOIS        displays information about a particular nick
  170.  
  171. WHOWAS    displays information about someone who just left
  172.